home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
CLINIC
/
NEWMSGU.DFM
/
NEWMSGU.txt
Wrap
Text File
|
1997-04-25
|
618b
|
33 lines
object Form1: TForm1
Left = 200
Top = 108
Width = 242
Height = 134
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
TextHeight = 13
object BtnNormalMessageDlg: TButton
Left = 32
Top = 40
Width = 75
Height = 25
Caption = '&Normal'
TabOrder = 0
OnClick = BtnNormalMessageDlgClick
end
object BtnNewMessageDlg: TButton
Left = 120
Top = 40
Width = 75
Height = 25
Caption = 'N&ew'
TabOrder = 1
OnClick = BtnNewMessageDlgClick
end
end